Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/105 - Speech Recognitation/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/105 - Speech Recognitation/index.html
373 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

readme.md /cody/swapnilsparsh/30DaysOfJavaScript/105 - Speech Recognitation/readme.md
235 Views
0 Comments
# Speech Recognition using JS :
---
## Describtion :
> It's a Speech Recognition site which will take permission from user to ac
script.js /cody/swapnilsparsh/30DaysOfJavaScript/105 - Speech Recognitation/script.js
188 Views
0 Comments
const texts= document.querySelector(".texts");
window.SpeechRecognition= window.SpeechRecognition || window.webkitSpeechRecognit
style.css /cody/swapnilsparsh/30DaysOfJavaScript/105 - Speech Recognitation/style.css
130 Views
0 Comments
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}

html{
font-family: "Montserrat";